home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / bc4lib.zip / HELP.H < prev    next >
C/C++ Source or Header  |  1994-04-19  |  123b  |  20 lines

  1.  
  2.  
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8.  
  9.  
  10.  
  11.  
  12. void showhelp(char *s2);
  13.  
  14.  
  15.  
  16.  
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20.